ISCModelPropertyCollection Interface

The following table contains information on the ISCModelPropertyCollection interface:

Signature

Description

Valid Arguments

VARIANT_BOOL Remove(VARIANT ClassId)

Removes the indicated property from the bound object

ClassId:

  • VT_UNKNOWN � ISCModelProperty pointer to the object that you want to remove. Removes the given property.
  • VT_BSTR � Name of the property. Removes the property with the given class name.
  • VT_BSTR � ID of the property. Removes the property with the given class identifier.